REST Resource: accounts.lfpSales
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: LfpSale
বণিকের জন্য একটি বিক্রয়.
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"targetAccount": string,
"storeCode": string,
"offerId": string,
"regionCode": string,
"contentLanguage": string,
"gtin": string,
"price": {
object (Price )
},
"quantity": string,
"saleTime": string,
"uid": string,
"feedLabel": string
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। শনাক্তকারী। LfpSale সম্পদের নাম। বিন্যাস: accounts/{account}/lfpSales/{sale} |
target Account | string ( int64 format) প্রয়োজন। বিক্রয় জমা দেওয়ার জন্য বণিকের বণিক কেন্দ্র আইডি। |
store Code | string প্রয়োজন। ব্যবসায়ীর দোকানের শনাক্তকারী। হয় API-এর মাধ্যমে ঢোকানো storeCode অথবা ব্যবসার প্রোফাইলে স্টোরের কোড। |
offer Id | string প্রয়োজন। পণ্যের জন্য একটি অনন্য শনাক্তকারী। যদি কোনও বণিকের জন্য ইনভেন্টরি এবং বিক্রয় উভয়ই জমা দেওয়া হয়, তাহলে এই আইডিটি একই পণ্যের জন্য মেলে। দ্রষ্টব্য : যদি বণিক একই পণ্য নতুন এবং ব্যবহৃত বিক্রি করে, তাদের আলাদা আইডি থাকতে হবে। |
region Code | string প্রয়োজন। যে দেশে পণ্য বিক্রি করা হয় সেই দেশের জন্য CLDR টেরিটরি কোড । |
content Language | string প্রয়োজন। আইটেমটির জন্য দুই-অক্ষরের ISO 639-1 ভাষার কোড। |
gtin | string প্রয়োজন। বিক্রিত পণ্যের গ্লোবাল ট্রেড আইটেম নম্বর। |
price | object ( Price ) প্রয়োজন। পণ্যের ইউনিট মূল্য। |
quantity | string ( int64 format) প্রয়োজন। উপলব্ধ পরিমাণের আপেক্ষিক পরিবর্তন। ফিরে আসা আইটেমগুলির জন্য নেতিবাচক। |
sale Time | string ( Timestamp format) প্রয়োজন। বিক্রয়ের জন্য টাইমস্ট্যাম্প। |
uid | string শুধুমাত্র আউটপুট। সিস্টেম LfpSale জন্য বিশ্বব্যাপী অনন্য ID তৈরি করেছে। |
feed Label | string ঐচ্ছিক। পণ্যের জন্য ফিড লেবেল . এটি সেট করা না থাকলে, এটি ডিফল্ট হবে regionCode এ। |
পদ্ধতি |
---|
| প্রদত্ত বণিকের জন্য একটি LfpSale সন্নিবেশ করান৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Local Inventory Feed Sale (LfpSale) resource represents a sale for a merchant, allowing them to submit sales data for products.\u003c/p\u003e\n"],["\u003cp\u003eLfpSale data includes product identifiers (offerId, gtin), location and language (regionCode, contentLanguage), pricing and quantity (price, quantity), and sale timing (saleTime).\u003c/p\u003e\n"],["\u003cp\u003eMerchants can use the \u003ccode\u003einsert\u003c/code\u003e method to submit new LfpSale data to their Local Inventory Feed.\u003c/p\u003e\n"],["\u003cp\u003eA unique \u003ccode\u003eLfpSale\u003c/code\u003e identifier (\u003ccode\u003ename\u003c/code\u003e) and a system-generated ID (\u003ccode\u003euid\u003c/code\u003e) are automatically assigned upon insertion.\u003c/p\u003e\n"]]],["The content details the \"LfpSale\" resource, representing a merchant's sale. Key information includes: a sale's `name`, the `targetAccount` (merchant ID), `storeCode`, `offerId` (product identifier), `regionCode`, `contentLanguage`, `gtin` (product number), `price`, sold `quantity`, and `saleTime`. A sale can have a `feedLabel`. The `insert` method allows creating an LfpSale record for a specified merchant. Each sale has a system-generated `uid`.\n"],null,["# REST Resource: accounts.lfpSales\n\n- [Resource: LfpSale](#LfpSale)\n - [JSON representation](#LfpSale.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: LfpSale\n-----------------\n\nA sale for the merchant.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"targetAccount\": string, \"storeCode\": string, \"offerId\": string, \"regionCode\": string, \"contentLanguage\": string, \"gtin\": string, \"price\": { object (/merchant/api/reference/rest/Shared.Types/Price) }, \"quantity\": string, \"saleTime\": string, \"uid\": string, \"feedLabel\": string } ``` |\n\n| Fields ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. The name of the `LfpSale` resource. Format: `accounts/{account}/lfpSales/{sale}` |\n| `targetAccount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The Merchant Center ID of the merchant to submit the sale for. |\n| `storeCode` | `string` Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in the Business Profile. |\n| `offerId` | `string` Required. A unique identifier for the product. If both inventories and sales are submitted for a merchant, this id should match for the same product. **Note**: if the merchant sells the same product new and used, they should have different IDs. |\n| `regionCode` | `string` Required. The [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) for the country where the product is sold. |\n| `contentLanguage` | `string` Required. The two-letter ISO 639-1 language code for the item. |\n| `gtin` | `string` Required. The Global Trade Item Number of the sold product. |\n| `price` | `object (`[Price](/merchant/api/reference/rest/Shared.Types/Price)`)` Required. The unit price of the product. |\n| `quantity` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The relative change of the available quantity. Negative for items returned. |\n| `saleTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Required. The timestamp for the sale. |\n| `uid` | `string` Output only. System generated globally unique ID for the `LfpSale`. |\n| `feedLabel` | `string` Optional. The [feed label](https://developers.google.com/shopping-content/guides/products/feed-labels) for the product. If this is not set, it will default to `regionCode`. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|---------------------------------------------|\n| ### [insert](/merchant/api/reference/rest/lfp_v1beta/accounts.lfpSales/insert) | Inserts a `LfpSale` for the given merchant. |"]]