diff --git a/docs/price.md b/docs/price.md index f2abad0..fd1ac07 100644 --- a/docs/price.md +++ b/docs/price.md @@ -37,32 +37,61 @@ $price = $client->bulk([ 'version' => '1.5', ], 'Price' => [ - 'itemIdentifier' => [ - 'sku' => '1131270' - ], - 'pricingList' => [ - 'pricing' => [ - 'currentPrice' => [ - 'value' => [ - 'currency' => 'USD', - 'amount' => '4.00', + [ + 'itemIdentifier' => [ + 'sku' => '1131270' + ], + 'pricingList' => [ + 'pricing' => [ + 'currentPrice' => [ + 'value' => [ + 'currency' => 'USD', + 'amount' => '4.00', + ], ], - ], - 'currentPriceType' => 'BASE', - 'comparisonPrice' => [ - 'value' => [ - 'currency' => 'USD', - 'amount' => '5.99', + 'currentPriceType' => 'BASE', + 'comparisonPrice' => [ + 'value' => [ + 'currency' => 'USD', + 'amount' => '5.99', + ], ], + 'priceDisplayCode' => [ + 'submapType' => 'CHECKOUT', + ], + 'effectiveDate' => '2016-07-02T12:38:43-04:00', + 'expirationDate' => '2016-08-02T12:38:43-04:00', ], - 'priceDisplayCode' => [ - 'submapType' => 'CHECKOUT', + ], + ], + [ + 'itemIdentifier' => [ + 'sku' => '1131271' + ], + 'pricingList' => [ + 'pricing' => [ + 'currentPrice' => [ + 'value' => [ + 'currency' => 'USD', + 'amount' => '3.00', + ], + ], + 'currentPriceType' => 'BASE', + 'comparisonPrice' => [ + 'value' => [ + 'currency' => 'USD', + 'amount' => '4.99', + ], + ], + 'priceDisplayCode' => [ + 'submapType' => 'CHECKOUT', + ], + 'effectiveDate' => '2016-07-02T12:38:43-04:00', + 'expirationDate' => '2016-08-02T12:38:43-04:00', ], - 'effectiveDate' => '2016-07-02T12:38:43-04:00', - 'expirationDate' => '2016-08-02T12:38:43-04:00', - ] + ], ], ], ], ]); -``` \ No newline at end of file +```