sendcloud-php-client icon indicating copy to clipboard operation
sendcloud-php-client copied to clipboard

feat: Add more fields incl sender to Parcel

Open AlexLamond opened this issue 2 years ago • 1 comments

minor:

  • Changes the ordering of @property declarations to match the ordering on the Sendcloud API documentation

feat:

  • Adds sender_* fields
  • Adds collo fields
  • Adds Deutsche Post fields
  • Adds customs fields (EORI, VAT)

break:

  • Replaces requestShipment with request_label as is the format in the Sendcloud API

AlexLamond avatar Apr 19 '23 11:04 AlexLamond

Replaces requestShipment with request_label as is the format in the Sendcloud API

I think there is no need to make this breaking backwards compatibility. It is fine to have a new standard, but can we make the old parameter work as well? That way no code that is in use today would break.

casperbakker avatar Sep 20 '23 08:09 casperbakker